diff options
author | Mattias Andrée <maandree@kth.se> | 2021-07-29 22:00:37 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-07-29 22:00:37 +0200 |
commit | cb48d6ebf6df5208779a1995ab62179938139cb4 (patch) | |
tree | fd7ecf738d672c01cb2f3a1e0462573f26a93dd0 /sha3sum [moved to community]/PKGBUILD | |
parent | Update mongoclock (diff) | |
download | aur-packages-cb48d6ebf6df5208779a1995ab62179938139cb4.tar.gz aur-packages-cb48d6ebf6df5208779a1995ab62179938139cb4.tar.bz2 aur-packages-cb48d6ebf6df5208779a1995ab62179938139cb4.tar.xz |
Remove old packages
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | sha3sum [moved to community]/PKGBUILD | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/sha3sum [moved to community]/PKGBUILD b/sha3sum [moved to community]/PKGBUILD deleted file mode 100644 index 8fac17c..0000000 --- a/sha3sum [moved to community]/PKGBUILD +++ /dev/null @@ -1,29 +0,0 @@ -# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@kth.se> - -pkgname=sha3sum -pkgver=1.1.5 -pkgrel=2 -pkgdesc="Keccak-family checksum calculator, including SHA-3" -arch=(i686 x86_64) -url="https://github.com/maandree/sha3sum" -license=('custom:ISC') -depends=('libkeccak>=1.2') -makedepends=('libkeccak>=1.2' sed) -source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz) -sha256sums=(1a4eef5b09b7f70af1f6970840475d4735a14b4fab21937b9fd104b8606654ce) - - -build() { - cd "$srcdir/$pkgname-$pkgver" - make PREFIX=/usr -} - -check() { - cd "$srcdir/$pkgname-$pkgver" - make check -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make PREFIX=/usr DESTDIR="$pkgdir" install -} |